﻿@charset "utf-8";
/* CSS Document */
body, ul, li, p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

header, footer {
	display: block;
}

body {
	min-width: 320px;
	background: #fff;
	font-family: "微软雅黑";
	height: 100%;
	color: #666666;
	overflow-x: hidden;
}
li {
	list-style: none;
}

a {
	color: #222222;
	text-decoration: none;
}
a:hover,a:visited,a:link,a:active{
	text-decoration: none;
	color: #333;
}
img {
	max-width: 100%;
}
.txc {
	text-align: center;
}
.txr{
	text-align: right;
}
.flex {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.between {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.container{
	width: 1280px;
}
.navbar-default{
	background-color: transparent;
	transition: all 0.3s ease-out;
}
.header{
	padding: 30px 0;
}
.navbg{
	background: #1764da;
}
.nav li{
	flex: 1;
	-webkit-flex: 1;
	position: relative;
}
.nav li a{
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	padding: 10px 0;
	transition: all 0.3s ease-out;
	text-align: center;
}
.nav .active a,.nav li a:hover,.nav li a:focus{
	background: #084bb1;
}
.sub-nav{
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.15);
	transition: all 0.15s ease-out;
	opacity: 0;
	z-index: -1;
}
.sub-nav li a,.nav .active .sub-nav li a{
	color: #666;
	padding: 0;
	background: none;
	font-size: 14px;
}
.nav li a:hover,.nav .active .sub-nav li a:hover{
	background: #084bb1;
	color: #fff;
}
.nav li:hover .sub-nav,.nav .active:hover .sub-nav{
	display: block !important;
	z-index: 1;
	opacity: 1
}

.mob-navbtn{
	display: none;
}
.mob-nav-box{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	box-sizing: border-box;
	padding-top: 60px;
}
.mob-nav-scroll{
	height: 100%;
	overflow-y: auto;
	background: #fff;
}
.mob-nav{
	padding: 10px 15px;
}
.mob-nav li{
	padding: 8px 0;
	border-bottom: 1px solid #eeeeee;
}
.mob-nav li a{
	font-size: 16px;
	color: #222;
	display: block;
	position: relative;
}
.mob-nav li ul{
	padding: 5px 0;
	display: none;
}
.mob-nav li ul li{
	padding: 3px 0;
	border-bottom: none;
}
.mob-nav li ul li a{
	font-size: 14px;
	opacity: 0.7;
	padding: 0 15px;
}
.inarr{
	display: block;
	background: url(../images/arrD.png) no-repeat center;
	background-size: contain;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 4px;
	right: 0;
	z-index: 1;
	transition: all 0.3s ease-out;
}
.mob-nav .mob-open ul{
	display: block;
}
.mob-nav .mob-open .inarr{
	transform: rotate(180deg);
}

.banner-swiper {
    height: 680px;
    overflow: hidden;
    position: relative;
}

.banner-swiper .swiper-container {
	height: 100%;
	position: relative;
	z-index: 0;
}

.banner-swiper .swiper-button-next {
	background: rgba(0,0,0,0.3);
	width: 60px;
	height: 60px;
	opacity: 1;
	border-radius: 8px;
}
.banner-swiper .swiper-button-next::after {
	content: '';
	background: url(../images/arr.png) no-repeat center;
	width: 60px;
	height: 60px;
}

.banner-swiper .swiper-button-prev {
	background: rgba(0,0,0,0.3);
	width: 60px;
	height: 60px;
	opacity: 1;
	border-radius: 8px;
}

.banner-swiper .swiper-button-prev::after {
	content: '';
	background: url(../images/arr.png) no-repeat center;
	width: 60px;
	height: 60px;
	position: absolute;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.banner-swiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background: #fff;
	opacity: 1;
	box-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}

.banner-swiper .swiper-pagination-bullet-active {
	background: #174da5;
	opacity: 1;
}
.search-box{
	flex: 1;
	-webkit-flex: 1;
	padding-top: 16px;
}
.search-in{
	background: #eeeeee;
	border-radius: 6px;
	flex: 1;
	-webkit-flex: 1;
	border: none;
	height: 40px;
	padding: 0 15px;
	outline: none;
}
.search-btn{
	border: none;
	background: #1764da;
	border-radius: 6px;
	width: 90px;
	height: 40px;
	text-align: center;
	color: #fff;
	margin-left: 20px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	outline: none;
}
.hot-phone{
	padding-left: 20px;
	color: #999999;
	padding-top: 16px;
}
.hot-phone .hot-line{
	white-space: nowrap;
	position: relative;
	font-size: 18px;
	margin-bottom: 4px;
}
.hot-phone .hot-line::after{
	content: '';
	width: 1px;
	height: 18px;
	background: #333333;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 24px;
}
.hot-phone .hot-line span{
	margin-right: 15px;
	font-size: 16px;
	color: #333333;
}
.htit-group{
	text-align: center;
	padding-top: 80px;
}
.htit-group h3{
	font-size: 40px;
	font-weight: lighter;
	color: #222222;
	padding-bottom: 12px;
}
.htit-group h4{
	font-size: 16px;
	color: #999999;
}
.abtit-group{
	text-align: center;
	padding: 40px 0;
}
.abtit-group h3{
	font-size: 24px;
	color: #222222;
	padding: 8px;
	margin-bottom: 8px;
	position: relative;
}
.abtit-group h3::after{
	content: '';
	background: #1764da;
	width: 60px;
	height: 1px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -30px;
}
.abtit-group h4{
	font-size: 16px;
	text-transform: capitalize;
	color: #999999;
}
.ctit-group h3{
	padding: 3px;
	margin-bottom: 3px;
}
.ctit-group h3::after{
	display: none;
}
.ctit-group h4{
	text-transform: uppercase;
}
.htab{
	border-bottom: 1px solid #e5e5e5;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	margin: 50px 0;
}
.htab li a{
	display: block;
	padding: 15px;
	font-size: 16px;
	color: #999999;
	position: relative;
	cursor: pointer;
}
.htab .active a{
	color: #1764da;
}
.htab .active a::after{
	content: '';
	width: 100%;
	height: 2px;
	background: #1764da;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.bgef{
	background: #efefef;
}
.product-show{
	position: relative;
	display: none;
}
.product-img{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
.product-info {
	width: 50%;
	padding: 50px 80px;
}
.product-info h3{
	font-size: 28px;
	font-weight: lighter;
	color: #222222;
}
.product-desc{
	line-height: 2;
	padding: 30px 0;
}
.morebar{
	display: inline-block;
	border: 1px solid #999999;
	padding: 10px 30px;
	border-radius: 20px;
	transition: all 0.3s ease-out;
}
.morebar:hover{
	background: #1764da;
	border: 1px solid #999999;
	color: #fff;
}
.fadeIn{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeIn{
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn{
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.yanfa-box{
	padding: 60px 120px;
}
.yanfa-items{
	padding: 36px 0;
	border-bottom: 1px solid #e5e5e5;
}
.yanfa-box .yanfa-items:nth-child(2n){
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.yanfa-box .yanfa-items:last-child{
	border-bottom: none;
}
.yanfa-img{
	width: 45%;
}
.yanfa-info{
	width: 45%;
}
.yanfa-info h3{
	font-size: 24px;
}
.yanfa-desc{
	font-size: 16px;
	height: 56px;
	line-height: 28px;
	overflow: hidden;
	margin: 20px 0;
}
.yanfa-info .more{
	color: #1764da;
}
.yanfa-info .more b{
	transition: all 0.2s ease-out;
}
.yanfa-info .more:hover b{
	margin-left: 4px;
}
.bbg{
	background: #000000;
}
.tree-box{
	padding: 70px 0 50px 0;
}
.tree1280{
	display: block;
}
.tree1024{
	display: none;
}
.tree600{
	display: none;
}
.tree-tit{
	font-size: 22px;
	color: #ffffff;
	text-align: center;
	padding-bottom: 60px;
}
.about-box{
	padding: 100px 0;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.about-img{
	width: 518px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	overflow: hidden;
}
.about-img img{
	transition: all 0.3s ease-out;
	width: 100%;
}
.about-img:hover img{
	transform: scale(1.02);
}
.about-info{
	flex: 1;
	-webkit-flex: 1;
	box-sizing: border-box;
	padding-right: 60px;
}
.about-info h3{
	font-size: 28px;
	color: #222222;
}
.about-desc{
	font-size: 16px;
	line-height: 30px;
	margin: 30px 0;
}
.about-info .more{
	display: inline-block;
	position: relative;
	color: #fff;
	background: #1764da;
	padding: 8px 30px 8px 15px;
	border-radius: 4px;
	transition: all 0.3s ease-out;
}
.about-info .more::after{
	content: '';
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	position: absolute;
	top: 14px;
	right: 16px;
	transition: all 0.3s ease-out;
}
.about-info .more:hover{
	background: #0c46a0;
}
.about-info .more:hover::after{
	right: 20px;
}
.cases-box{
	background: url(../images/casebg.jpg) no-repeat center;
	background-size: cover;
}
.cases-box .htit-group h3{
	color: #fff;
}
.cases-box .htit-group h4{
	color: #fff;
}
.cases-swiper{
	padding: 60px;
	position: relative;
}
.cases-swiper .swiper-container .swiper-slide{
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-bottom: 30px;
}
.cases-swiper .swiper-container .swiper-slide h3{
	font-size: 16px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
}
.cases-swiper .swiper-container .swiper-slide img{
	width: 100%;
}
.cases-ctr{
	text-align: center;
	padding-bottom: 60px;
}
.cases-ctr a{
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 30px;
	border-radius: 20px;
	transition: all 0.3s ease-out;
}
.cases-ctr a:hover{
	background: #fff;
	color: #222;
}
.swiper-button-prev,.swiper-button-next{
	outline: none;
}
.honor-swiper{
	position: relative;
	padding: 60px;
}
.honor-swiper .swiper-container {
	width: 100%;
	padding-bottom: 50px;
}
.honor-swiper .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 315px;
	height: 438px;
}
.honor-swiper .swiper-pagination-bullet{
	width: 30px;
	height: 4px;
	border-radius: 0;
}
.honor-swiper .swiper-pagination-bullet-active{
	background: #004098;
}
.honor-swiper .swiper-button-prev::after,.honor-swiper .swiper-button-next::after{
	display: none;
}
.honor-swiper .swiper-button-prev{
	background: url(../images/mv.png) no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	transform: rotate(180deg);
}
.honor-swiper .swiper-button-next{
	background: url(../images/mv.png) no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
}
.bgfa {
	background: #f4f7fa;
}
.news-swiper{
	width: 45%;
}
.news-list-box{
	width: 45%;
}
.news-box{
	padding: 60px 0;
}
.news-swiper .swiper-slide h3{
	font-size: 20px;
	padding: 12px 0;
	margin: 10px 0;
	position: relative;
	color: #333333;
	border-bottom: 1px solid #dcdcdc;
}
.news-swiper .swiper-slide h3 p{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news-swiper .swiper-slide h3::after{
	content: '';
	background: url(../images/abiarr.png) no-repeat left top;
	width: 109px;
	height: 10px;
	background-size: cover;
	position: absolute;
	bottom: -10px;
	left: 0;
	z-index: 1;
}
.news-swiper .swiper-slide h3 span{
	position: absolute;
	top: 100%;
	left: 0;
}
.news-swiper .swiper-pagination{
	bottom: 96px;
}
.news-swiper .swiper-pagination-bullet{
	width: 22px;
	height: 4px;
	background: #fff;
	border-radius: 0;
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
	box-shadow: 0 0 3px rgba(0,0,0,0.6);
}
.news-list a{
	position: relative;
	padding: 12px 0;
	border-bottom: 1px solid #dcdcdc;
}
.news-list a::after{
	content: '';
	height: 1px;
	background: #1764da;
	width: 72px;
	position: absolute;
	top: 100%;
	left: 0;
	transition: all 0.8s ease-in-out;
}
.news-list a:hover::after{
	width: 100%;
}
.news-date{
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	text-align: center;
	padding: 20px 8px;
	margin-right: 20px;
}
.news-date strong{
	font-size: 34px;
	color: #1764da;
	font-weight: normal;
}
.news-info{
	flex: 1;
	-webkit-flex: 1;
	color: #888888;
	overflow: hidden;
}
.news-info h3{
	font-size: 18px;
	font-weight: normal;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 8px;
}
.news-info p{
	height: 40px;
	overflow: hidden;
}
.news-list a:hover h3{
	color: #1764da;
}
.fbg{
	background: #000000;
	padding-top: 50px;
}
.f-nav{
	align-items: stretch;
	-webkit-align-items: stretch;
	padding-bottom: 30px;
}
.f-nav li{
	width: 25%;
}
.f-nav li h3 a{
	font-size: 16px;
	color: #ffffff;
}
.f-nav li h3{
	border-bottom: 1px solid rgba(255,255,255,0.5);
	width: 100px;
	padding-bottom: 15px;
}
.f-sub{
	padding: 10px 0;
}
.f-sub li{
	width: 100%;
	padding: 6px 0;
}
.f-sub a{
	color: #ffffff;
	opacity: 0.5;
}
.f-hotline h3{
	color: #fff;
	font-size: 16px;
	padding: 8px 0;
}
.f-hotline h4{
	font-size: 18px;
	color: #fff;
	opacity: 0.5;
	margin-bottom: 30px;
}
.f-wb{
	position: absolute;
	top: 0;
	right: 15px;
}
.f-wb li{
	margin-top: 8px;
	position: relative;
}
.f-wb li a{
	cursor: pointer;
}
.wechat{
	background: url(../images/wechat.png) no-repeat center;
	background-size: cover;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
.wechat .wechatimg{
	opacity: 0;
	position: absolute;
	z-index: -1;
	top: -40px;
	right: 40px;
	width: 100px !important;
	height: 100px !important;
	display: block;
}
.wechat:hover .wechatimg{
	opacity: 1;
	z-index: 1;
	width: 100px !important;
	height: 100px !important;
}
.links-box{
	border-top: 1px solid #fff;
	position: relative;
	padding: 20px 0;
}
.links-box label{
	position: absolute;
	top: -15px;
	left: 0;
	display: inline-block;
	background: #000;
	padding-right: 15px;
	z-index: 1;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}
.copyright{
	border-top: 1px solid #fff;
	color: rgba(255,255,255,0.5);
	padding: 20px 0;
}
.copyright a{
	color: rgba(255,255,255,0.5);
}
.links{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.links li{
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.links li a{
	color: #fff;
	white-space: nowrap;
	opacity: 0.5;
}
.links li a:hover{
	text-decoration: underline;
}
.cban{
	height: 600px;
}
.cban .container{
	height: 100%;
	display: flex;
	align-items: center;
}
.cban-tit{
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.cban-tit h3{
	font-size: 60px;
	font-weight: lighter;
}
.cban-tit h4{
	font-size: 40px;
	font-weight: lighter;
	padding-top: 10px;
	padding-bottom: 30px;
}
.cban-tit p{
	font-size: 22px;
	font-weight: lighter;
}
.ctab-box{
	border-bottom: 1px solid #e5e5e5;
}

.ctab-box .htab{
	margin: 0;
	border-bottom: none;
	justify-content: center;
	-webkit-justify-content: center;
}
.ctab-box .htab li a{
	padding: 30px;
}
.company-profile{
	font-size: 16px;
	line-height: 2;
	padding-bottom: 100px;
}
.values-swiper{
	height: 636px;
}
.values-swiper .swiper-container {
	height: 100%;
	position: relative;
	z-index: 0;
}
.values-swiper .swiper-pagination-bullet {
	width: 30px;
	height: 3px;
	border-radius: 0px;
	background: #fff;
	box-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}
.values-swiper .swiper-container .swiper-slide{
	position: relative;
}
.values-tit{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	color: #fff;
	text-shadow: 3px 5px 6px rgba(0,0,0,0.2);
	text-align: center;
}
.values-tit h4{
	font-size: 30px;
	font-weight: lighter;
}
.values-tit h3{
	font-size: 40px;
	padding-top: 20px;
	font-weight: lighter;
}
.service-box{
	position: relative;
	padding-bottom: 100px;
	z-index: 1;
}
.service-box::after{
	content: 'solution';
	color: #f2f7fc;
	font-size: 100px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 0;
	font-weight: bold;
	letter-spacing: 10px;
	text-transform: uppercase;
	line-height: 1;
}
.service-items{
	align-items: stretch;
	-webkit-align-items: stretch;
	position: relative;
	z-index: 10;
	padding: 60px 0;
	margin-left: -20px;
	margin-right: -20px;
}
.service-items li{
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 20px;
}
.service-items li h3{
	font-size: 20px;
	color: #252525;
	padding: 15px 0;
}
.product-tit{
	padding-bottom: 60px;
}
.product-tit h3{
	font-size: 36px;
	color: #343434;
	line-height: 36px;
	position: relative;
	padding-top: 60px;
	display: inline-block;
	margin-bottom: 10px;
}
.product-tit h3::after{
	content: '';
	background: url(../images/tico.png) no-repeat;
	background-size: contain;
	width: 94px;
	height: 94px;
	position: absolute;
	top: 2px;
	left: 100%;
}
.product-tit h4{
	font-size: 18px;
	color: #909497;
	text-transform: uppercase;
}
.c-tit{
	padding-bottom: 60px;
}
.c-tit h3{
	font-size: 36px;
	color: #343434;
	line-height: 36px;
	position: relative;
	padding-top: 60px;
	display: inline-block;
	margin-bottom: 10px;
}
.c-tit h4{
	font-size: 18px;
	color: #909497;
	text-transform: uppercase;
}
.new-products{
	align-items: stretch;
	-webkit-align-items: stretch;
	padding: 15px 0;
}
.news-product-info{
	flex: 1;
	-webkit-flex: 1;
	box-sizing: border-box;
	padding: 30px;
	transition: all 0.3s ease-out;
}
.news-product-info h3{
	font-size: 24px;
	padding-bottom: 20px;
}
.news-product-info h3 a{
	color: #343434;
	transition: all 0.3s ease-out;
}
.news-product-info h4{
	font-size: 14px;
	margin-bottom: 20px;
	color: #808080;
	transition: all 0.3s ease-out;
}
.new-products:hover .news-product-info{
	background: #498cf1;
	color: #fff;
}
.new-products:hover .news-product-info h3 a{
	color: #fff;
}
.new-products:hover .news-product-info h4{
	color: #fff;
}
.page-ctr{
	text-align: center;
	padding: 30px 0;
}
.page-ctr .pagination>li>a,.page-ctr .pagination>li>span{
	color: #333;
}
.page-ctr .pagination>.active>a, .pagination>.active>a:focus,.page-ctr .pagination>.active>a:hover,.page-ctr .pagination>.active>span,.page-ctr .pagination>.active>span:focus,.page-ctr .pagination>.active>span:hover{
	background: #00357c;
	color: #fff;
}
.news-product-other{
	text-align: right;
	border-top: 1px solid #eeeeee;
	padding-top: 50px;
}
.more2{
	display: inline-block;
	padding-right: 12px;
	position: relative;
	transition: all 0.3s ease-out;
	line-height: 22px;
}
.more2::after{
	content: '';
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 6px;
	right: 0;
	transform: rotate(45deg);
	transition: all 0.3s ease-out;
}
.new-products:hover .more2{
	color: #fff;
}
.new-products:hover .more2::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.news-product-img{
	width: 300px;
	height: 300px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
.news-product-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.capability-info{
	padding: 15px 0;
}
.capability-info li{
	padding: 20px 0;
}
.capability-info li h3{
	font-size: 28px;
	color: #343434;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.capability-info li h3::before{
	content: '';
	width: 30px;
	left: 0;
	height: 4px;
	background: #1764da;
	position: absolute;
	top: 100%;
	z-index: 1;
}
.capability-info li:nth-child(2n) h3::before{
	background: #72de72;
}
.capability-info li:nth-child(3n) h3::before{
	background: #ffbd32;
}
.capability-info li:nth-child(4n) h3::before{
	background: #4f90f5;
}
.rd-img{
	width: 50%;
}
.rd-info{
	width: 50%;
	box-sizing: border-box;
	padding: 30px;
	line-height: 2;
}
.rd-info h3{
	font-size: 32px;
	color: #222222;
	margin-bottom: 20px;
	font-weight: lighter;
	text-align: center;
}
.rd-ability{
	padding: 60px 0;
}
.rd-bgc{
	background: #f3f6f8;
}
.rd-bgc .rd-ability{
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	padding: 100px 0;
}
.news-items{
	border-bottom: 1px solid #eeeeee;
	padding: 20px 0;
	align-items: stretch;
	-webkit-align-items: stretch;
	transition: all 0.3s ease-out;
	box-sizing: border-box;
}
.news-items-img{
	width: 340px;
	height: 190px;
	margin-right: 20px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
	.news-items-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.news-items-info {
		flex: 1;
		-webkit-flex: 1;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
	}
.news-items-info h3{
	font-size: 18px;
	color: #333333;
	padding: 20px 0;
	width: 580px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news-items-desc{
	width: 580px;
	height: 52px;
	line-height: 26px;
	overflow: hidden;
}
.news-items-info .date{
	position: absolute;
	top: 0;
	right:20px;
	z-index: 1;
	display: block;
	text-align: center;
	line-height: 1.2;
}
.news-items-info .date span{
	color: #1764da;
	font-size: 34px;
}
.news-items-more{
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
}
.news-items-more a{
	display: inline-block;
	padding: 8px 26px 8px 10px;
	position: relative;
	color: #fff;
	border-radius: 4px;
	transition: all 0.3s ease-out;
}
.news-items-more a::after{
	content: '';
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	position: absolute;
	top: 14px;
	right: 15px;
	z-index: 1;
	transition: all 0.3s ease-out;
}
.news-items:hover{
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	padding: 20px;
}
.news-items:hover .news-items-more a{
	background: #1764da;
}
.news-items:hover .news-items-more a::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.business-bgc{
	background: #f3f6f8;
}
.business{
	padding: 100px 0;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.business-bgc .business{
	flex-direction: row;
	-webkit-flex-direction: row;
}
.business-img{
	width: 60%;
}
.business-img img{
	width: 100%;
}
.business-info{
	flex: 1;
	-webkit-flex: 1;
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px 30px;
	color: #666666;
	line-height: 24px
}
.business-info h3{
	font-size: 40px;
	font-weight: lighter;
	color: #000;
	margin-bottom: 20px;
}
.business-info h3 img{
	margin-right: 10px;
}
.business-desc{
	padding-bottom: 20px;
}
.business-info .more2{
	color: #999;
}
.business-info .more2::after{
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
.cases-img{
	overflow: hidden;
}
.cases-img img{
	width: 100%;
	transition: all 0.3s ease-out;
}
.cases-list{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.cases-list li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 15px;
}
.cases-list li a{
	display: block;
	color: #999;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	position: relative;
}
.cases-list li a::after{
	content: '';
	height: 1px;
	width: 0%;
	background: #084bb1;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	transition: all 0.3s ease-out;
}
.cases-list li h3{
	font-size: 20px;
	font-weight: lighter;
	margin: 15px 0 10px 0;
	color: #222;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.cases-list li a:hover::after{
	width: 100%;
}
.cases-list li a:hover h3{
	color: #084bb1
}
.cases-list li a:hover .cases-img img{
	transform: scale(1.02);
}
.top-tab-box{
	position: relative;
}
.top-tab{
	overflow: hidden;
}
.top-tab li{
	float: left;
	padding-left: 20px;
}
.top-tab li a{
	display: block;
	border: 1px solid #666;
	border-radius: 4px;
	padding: 3px 15px;
	cursor: pointer;
}
.technical-show{
	display: none;
}
.top-tab .active a{
	background: #1764da;
	border: 1px solid #1764da;
	color: #fff;
}
.technical-list{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	margin-left: -30px;
	margin-right: -30px;
}
.technical-list li{
	width: 50%;
	box-sizing: border-box;
	padding: 10px 30px;
}
.lectures-info{
	background: #f5f5f5;
	color: #252525;
	height: 100%;
	box-sizing: border-box;
	padding: 30px 20px 30px 120px;
	position: relative;
	transition: all 0.3s ease-out;
}
.lectures-info h3{
	font-size: 18px;
	border-bottom: 1px solid #8d8d8d;
	padding-bottom: 15px;
	margin-bottom: 15px;
	transition: all 0.1s ease-out;
}
.lectures-info .date{
	position: absolute;
	top: 50%;
	left: 20px;
	width: 80px;
	text-align: center;
	margin-top: -20px;
	line-height: 20px;
}
.lectures-info .date span{
	font-size: 34px;
}
.lectures-info .more2{
	color: #808080;
}
.technical-list li:hover .lectures-info{
	background: #1764da;
	color: #fff;
}
.technical-list li:hover .lectures-info .more2{
	color: #fff;
}
.technical-list li:hover .lectures-info h3{
	border-bottom: 1px solid #fff;
}
.technical-list li:hover .lectures-info h3 a{
	color: #fff;
}
.technical-list li:hover .lectures-info .more2::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.data-list{
	padding: 30px 0;
	margin-left: -30px;
	margin-right: -30px;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.data-list li{
	width: 50%;
	box-sizing: border-box;
	padding: 0 30px;
}
.data-info{
	border-bottom: 1px solid #eeeeee;
	padding: 20px 0;
}
.data-type{
	width: 46px;
	height: 46px;
	border: 1px solid #1764da;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
.data-type img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.data-txt{
	flex: 1;
	-webkit-flex: 1;
	padding: 0 15px;
	line-height: 20px;
}
.data-txt h3{
	font-size: 16px;
	margin-bottom: 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.btn-load{
	display: inline-block;
	background: url(../images/iload.png) no-repeat left;
	padding-left: 24px;
	cursor: pointer;
}
.hot-tel{
	text-align: center;
	padding-top: 30px;
}
.hot-tel span{
	display: inline-block;
	background: #336acc;
	color: #fff;
	padding: 5px 30px;
	border-radius: 30px;
	font-size: 28px;
}
.contact-info{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
	align-items: stretch;
	-webkit-align-items: stretch;
	padding-bottom: 80px;
}
.contact-info li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 8px;
}
.contact-txt{
	height: 100%;
	border: 1px solid #eeeeee;
	padding: 30px;
	text-align: center;
	background: #fff;
	font-size: 16px;
	transition: all 0.3s ease-out;
}
.contact-txt h3{
	font-size: 28px;
	padding: 20px 0;
	color: #000;
}
.map-box{
	padding-bottom: 80px;
}
.contact-info li:hover .contact-txt{
	background: #f4f6f9;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.jobs-list li{
	padding-bottom: 30px;
}
.jobs-top{
	padding: 15px 30px;
	background: #f7f6fb;
	cursor: default;
	color: #222;
	transition: all 0.3s ease-out;
}
.jobs-tit{
	width: 50%;
}
.jobs-tit h3{
	font-size: 18px;
	padding-bottom: 12px;
}
.jobs-occ{
	font-size: 18px;
	flex: 1;
	-webkit-flex: 1;
}
.arrow{
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	width: 12px;
	height: 12px;
	transition: all 0.3s ease-out;
}
.jobs-info{
	display: none;
	padding: 30px 0;
	font-size: 16px;
	line-height: 1.6;
}
.jobs-list .active .jobs-info{
	display: block;
}
.jobs-list .active .jobs-top{
	background: #084bb1;
	color: #fff;
}
.jobs-list .active .arrow{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(225deg)
}
.bus-fw{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	padding: 80px 0;
	margin-left: -20px;
	margin-right: -20px;
}
.bus-fw li{
	width: 25%;
	box-sizing: border-box;
	padding: 20px;
}
.fw-tit{
	color: #333;
	line-height: 20px;
	height: 50px;
	margin-bottom: 15px;
}
.fw-tit img{
	float: left;
	margin-right: 15px;
}
.fw-tit h3{
	font-size: 18px;
	padding: 5px 0;
}
.EC-list li{
	border-bottom: 1px solid #eee;
	padding: 30px 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.EC-info{
	flex: 1;
	-webkit-flex: 1;
	overflow: hidden;
}
.EC-info h3{
	font-size: 18px;
	color: #252525;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 15px;
}
.EC-list li:hover h3 a{
	color: #1764da;
}
.EC-img{
	width: 240px;
	height: 135px;
	overflow: hidden;
	margin-left: 30px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
.EC-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-out;
}
.EC-list li:hover .EC-img img{
	transform: scale(1.02);
}
.news-title-group{
	text-align: center;
	border-bottom: 1px dashed #c8c8c8;
	padding: 100px 0 40px 0;
	color: #808080;
}
.news-title-group h2{
	font-size: 24px;
	padding-bottom: 15px;
	color: #222;
}
.news-details{
	padding: 30px 0;
	font-size: 16px;
	line-height: 2;
}
.relevant{
	border-top: 1px dashed #c8c8c8;
	padding: 30px 0;
}
.relevant li{
	padding: 5px 0;
}
.relevant li a:hover{
	color: #1764da;
}
.new-products-info{
	padding: 90px 0;
	align-items: stretch;
	-webkit-align-items: stretch;
}
.new-products-img{
	width: 460px;
	height: 460px;
	border: 1px solid #dedede;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
.new-products-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.new-products-txt{
	padding: 30px 60px;
	box-sizing: border-box;
	flex: 1;
	-webkit-flex: 1;
	font-size: 16px;
	line-height: 1.8;
}
.new-products-txt h3{
	font-size: 36px;
	color: #343434;
	margin-bottom: 20px;
}
.xp-tit{
	border-bottom: 1px solid #1764da;
	padding: 10px 0;
	color: #343434;
	font-size: 36px;
	margin-bottom: 30px;
}
.xp-tit span{
	font-size: 24px;
	color: #084bb1;
	text-transform: uppercase;
	margin-left: 15px;
}
.new-products-details{
	padding: 60px 0;
	font-size: 16px;
	line-height: 2;
}
.bustit{
	font-size: 24px;
	padding-bottom: 15px;
	color: #343434;
}
.bus-details{
	padding: 60px 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	font-size: 16px;
	line-height: 1.8;
}
.commerce-tit{
	text-align: center;
	padding: 30px 0;
	font-size: 30px;
	color: #222;
}
.experter-photo{
	width: 280px;
	height: 330px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
.experter-list{
	padding-bottom: 60px;
}
.experter-list li{
	padding: 30px 0;
	border-bottom: 1px solid #eeeeee;
	align-items: stretch;
	-webkit-align-items: stretch;
}
.experter-photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.experter-info{
	flex: 1;
	-webkit-flex: 1;
	box-sizing: border-box;
	padding: 30px;
}
.experter-info h3{
	font-size: 28px;
	color: #1764da;
}
.experter-info h4{
	font-size: 14px;
	margin: 20px 0;
}
.experter-desc{
	line-height: 1.8;
}
.bgf4{
	background: #f4f7fa;
	padding: 80px 0;
}
.htab{
	margin-bottom: 0px;
}
.product-swiper{
	position: relative;
}
.product-swiper-img{
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	position: relative;
}
.product-swiper-img img{
	width: 100%;
	object-fit: cover;
	transition: all 0.3s ease-out;
}
.product-swiper-tit{
	font-size: 18px;
	color: #fff;
	padding: 10px 50px 10px 10px;
	background: #5e9cfb;
	transition: all 0.3s ease-out;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.product-swiper-tit:hover{
	background: #1764da;
}
.product-swiper-tit::after{
	content: '';
	background: url(../images/arr2.png) no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	z-index: 1;
	
}
.product-swiper .swiper-slide a:hover .product-swiper-img img{
	transform: scale(1.05);
}
.product-swiper .swiper-button-next{
	right: -60px;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	box-shadow: 0 0 12px rgba(0,0,0,0.1);;
	transition: all 0.2s ease-out;
}
.product-swiper .swiper-button-prev{
	left: -60px;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	box-shadow: 0 0 12px rgba(0,0,0,0.1);;
	transition: all 0.2s ease-out;
}
.product-swiper .swiper-button-next::after{
	content: '›';
	font-weight: lighter;
	color: #666;
	transform: translateY(-3px);
	transition: all 0.2s ease-out;
}
.product-swiper .swiper-button-prev::after{
	content: '‹';
	font-weight: lighter;
	color: #666;
	transform: translateY(-3px);
	transition: all 0.2s ease-out;
}
.product-swiper .swiper-button-next:hover{
	background: #1764da;
}
.product-swiper .swiper-button-next:hover::after{
	color: #fff;
}
.product-swiper .swiper-button-prev:hover{
	background: #1764da;
}
.product-swiper .swiper-button-prev:hover::after{
	color: #fff;
}
.new-product-swiper{
	width: 55%;
}
.new-items{
	padding-top: 60px;
}
.tj-img{
	width: 160px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
.tj-img img{
	width: 100%;
}
.tj-info{
	flex: 1;
	-webkit-flex: 1;
	color: #808080;
}
.tj-info h3{
	font-size: 16px;
	color: #222222;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tj-desc{
	height: 72px;
	line-height: 24px;
	overflow: hidden;
}
.new-product-swiper .swiper-pagination{
	text-align: right;
}

.new-product-swiper .swiper-pagination-current{
	color: #1764da
}
.wximg {
	opacity: 0;
	position: absolute;
	bottom: 90%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
	z-index: 1;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	visibility: hidden;
	transition: all 0.3s ease-out;
}

.contact-info li:hover .wximg {
	opacity: 1;
	z-index: 1;
	visibility: visible
}



@media (max-width: 1366px) {
	.container{
		width: 100%;
	}
}
@media (max-width: 1024px) {
	.tree1280{
		display: none;
	}
	.tree1024{
		display: block;
	}
	.banner-swiper{
		height: 560px;
	}
	.navbg .container{
		padding-left: 0px;
		padding-right: 0px;
	}
	.yanfa-box{
		padding: 30px 60px;
	}
	.product-info{
		padding: 60px 60px 60px 0;
	}
	.cban{
		height: 500px;
	}
	.values-swiper{
		height: 460px;
	}
	.service-items{
		padding: 30px 0;
	}
	.rd-bgc .rd-ability{
		padding: 60px 0;
	}
	.news-items-info h3,.news-items-desc{
		width: 480px;
	}
	.business-img{
		width: 50%;
	}
	.product-tit{
		padding-bottom: 30px;
	}
	.c-tit{
		padding-bottom: 30px;
	}
	.bus-fw{
		margin-left: -15px;
		margin-right: -15px;
	}
	.bus-fw li{
		padding: 15px;
		width: 33.33%
	}
	.new-products-img{
		width: 320px;
		height: 320px;
	}
}
@media (max-width: 992px) {
	.banner-swiper{
		height: 400px;
	}
	.cban{
		height: 360px;
	}
	.header{
		padding: 20px 0;
	}
	.brand-logo{
		height: 50px;
	}
	.search-box{
		padding-top: 0px;
	}
	.hot-phone{
		padding-top: 0px;
	}
	.yanfa-box{
		padding: 15px 30px;
	}
	.product-info{
		padding: 30px 30px 30px 0;
	}
	.about-box{
		padding: 60px 30px;
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.about-img{
		width: 100%;
		margin-bottom: 20px;
	}
	.htit-group{
		padding-top: 50px;
	}
	.news-list-box{
		width: 50%;
	}
	.news-date{
		padding: 8px 5px;
		margin-right: 10px;
	}
	.news-date strong{
		font-size: 24px;
	}
	.news-info p{
		height: 22px;
		overflow: hidden;
		line-height: 22px;
	}
	.honor-swiper .swiper-slide{
		width: 220px;
		height: 306px;
	}
	.htab li a{
		font-size: 14px;
		padding: 15px 0;
	}
	.ctab-box .htab li a{
		padding: 20px 15px;
	}
	.f-nav{
		padding-bottom: 0px;
	}
	.values-swiper{
		height: 360px;
	}
	.news-product-img{
		width: 200px;
		height: 200px;
	}
	.product-tit{
		padding-bottom: 10px;
	}
	.product-tit h3{
		font-size: 28px;
		padding-top: 40px;
	}
	.product-tit h4{
		font-size: 16px;
	}
	.product-tit h3::after{
		width: 70px;
		height: 70px;
	}
	.c-tit{
		padding-bottom: 10px;
	}
	.c-tit h3{
		font-size: 28px;
		padding-top: 40px;
	}
	.c-tit h4{
		font-size: 16px;
	}
	.capability-info li h3{
		font-size: 22px;
	}
	.news-items-info h3,.news-items-desc{
		width: 370px;
	}
	.news-items-img{
		width: 236px;
		height: 132px;
	}
	.news-items-info h3{
		padding: 10px 0;
	}
	.business,.business-bgc .business{
		flex-direction: column;
		-webkit-flex-direction: column;
		padding: 50px 0;
	}
	.business-img{
		width: 100%;
	}
	.business-info{
		padding: 15px 0;
	}
	.business-info h3{
		font-size: 30px;
		margin-bottom: 15px;
	}
	.business-info h3 img{
		width: 40px;
		height: 40px;
	}
	.technical-list{
		margin-left: -10px;
		margin-right: -10px;
	}
	.technical-list li{
		padding: 10px 10px;
	}
	.contact-txt h3{
		font-size: 22px;
	}
	.contact-txt{
		padding: 15px;
	}
	.contact-txt h3{
		padding: 15px 0;
	}
	.bus-fw{
		padding: 30px 0;
	}
	.new-products-info{
		padding: 50px 0;
	}
	.new-products-txt{
		padding: 10px 30px;
	}
	.experter-photo{
		width: 220px;
		height: 260px;
	}
	.experter-info h4{
		margin: 10px 0;
	}
	.experter-info{
		padding: 0 20px;
	}
	.experter-desc{
		height: 182px;
		overflow: hidden;
		line-height: 26px;
	}
}
@media (max-width: 480px) {
	.tree1024{
		display: none;
	}
	.tree600{
		display: block;
	}
	.header{
		padding: 15px 0;
		position: relative;
	}
	.top-header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1001;
		background: #fff;
		box-shadow: 0 0 6px rgba(0,0,0,0.15);
	}
	.top-container{
		height: 60px;
	}
	.brand-logo{
		height: 30px;
	}
	.navbg{
		display: none;
	}
	.mob-navbtn{
		display: block;
		position: absolute;
		top: 8px;
		right: 15px;
		z-index: 1;
	}
	.navbtn{
		width: 40px;
		height: 40px;
		border-radius: 26px;
		border: none;
		box-sizing: border-box;
		padding: 12px 7px;
		position: relative;
		z-index: 10000;
	}
	.navbtn i{
		position: absolute;
		top: 14px;
		left: 10px;
		display: block;
		height: 2px;
		width: 20px;
		background: #1764d8;
		border-radius: 2px;
		margin-bottom: 5px;
		transition: all 0.3s ease-in-out;
	}
	.navbtn i:nth-child(2n){
		top: 20px;
	}
	.navbtn i:nth-child(3n){
		top: 27px;
	}
	.navbtn:hover i{
		width: 20px !important;
	}
	.navbtn.cur i{
		width: 20px;
		background: #1764d8;
	}
	.navbtn.cur i:nth-child(1) {
		top: 22px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.navbtn.cur i:nth-child(2) {
		opacity: 0;
	}
	.navbtn.cur i:nth-child(3) {
		top: 22px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.mob-nav-scroll .search-box{
		padding: 15px;
		border-bottom: 1px solid #eeeeee;
	}
	.banner-swiper{
		height: 230px;
	}
	.honor-swiper .swiper-slide{
		width: 330px;
		height: 459px;
	}
	.htit-group{
		padding-top: 30px;
	}
	.htit-group h3{
		font-size: 22px;
	}
	.htit-group h4{
		font-size: 13px;
	}
	.htab{
		margin: 10px 0 0 0;
		border-bottom: none;
	}
	.product-img{
		display: none;
	}
	.product-info{
		width: 100%;
		padding: 30px 0;
	}
	.product-info h3{
		font-size: 20px;
	}
	.product-desc{
		padding: 15px 0;
		line-height: 1.6;
	}
	.htab-scroll{
		overflow-x: scroll;
		width: 100%;
	}
	.htab-scroll::-webkit-scrollbar{
		display:none;
	}
	.htab-tips{
		position: relative;
	}
	.htab-tips::after{
		content: '›';
		position: absolute;
		top: 50%;
		right: 0px;
		z-index: 1;
		width: 24px;
		height: 24px;
		font-size: 24px;
		background: #fff;
		margin-top: -10px;
		text-align: center;
		line-height: 24px;
	}
	.htab,.ctab-box .htab{
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
	.ctab-box .htab-tips::after{
		margin-top: -13px;
	}
	.htab li{
		padding-right: 20px;
	}
	.htab li:last-child{
		padding-right: 30px;
	}
	.htab li a,.ctab-box .htab li a{
		padding: 15px 0;
		white-space: nowrap;
	}
	.morebar{
		padding: 5px 15px;
		font-size: 12px;
	}
	.yanfa-box{
		padding: 15px 0;
	}
	.yanfa-items{
		padding: 15px 0;
	}
	.yanfa-img{
		width: 40%;
	}
	.yanfa-info{
		width: 55%;
	}
	.yanfa-info h3{
		font-size: 16px;
	}
	.yanfa-desc{
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		overflow: hidden;
		margin: 5px 0;
	}
	.about-box{
		padding: 15px 0;
	}
	.about-info{
		padding-right: 0;
	}
	.about-info h3{
		font-size: 20px;
	}
	.about-desc{
		font-size: 14px;
		margin: 10px 0;
	}
	.cases-swiper{
		padding: 20px 15px;
	}
	.cases-swiper .swiper-button-prev,.cases-swiper .swiper-button-next{
		transform: scale(0.6);
	}
	.cases-ctr{
		padding-bottom: 30px;
	}
	.cases-ctr a{
		padding: 6px 20px;
		font-size: 12px;
	}
	.honor-swiper{
		padding: 30px;
	}
	.news-box{
		padding: 10px 0 30px 0;
		flex-direction: column;
	}
	.news-swiper{
		width: 100%;
		margin-bottom: 10px;
	}
	.news-list-box{
		width: 100%
	}
	.banner-swiper .swiper-button-prev,.banner-swiper .swiper-button-next{
		transform: scale(0.6);
	}
	.news-swiper .swiper-slide h3{
		font-size: 16px;
	}
	.news-list a{
		padding: 5px 0;
	}
	.news-date{
		line-height: 1.4;
	}
	.news-info h3{
		font-size: 16px;
	}
	.banner-swiper .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.copyright{
		text-align: center;
		flex-direction: column;
		-webkit-flex-direction: column;
		padding: 15px 0;
	}
	.f-hotline{
		padding-bottom: 20px;
	}
	.f-hotline h4{
		margin-bottom: 10px;
	}
	.fbg{
		padding-top: 15px;
	}
	.f-nav{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		padding-bottom: 15px;
	}
	.f-nav li{
		width: 100%;
		padding: 8px 0;
		border-bottom: 1px solid rgba(255,255,255,0.6);
		position: relative;
	}
	.f-nav li h3::after{
		content: '+';
		position: absolute;
		top: 18px;
		right: 0;
		z-index: 1;
		color: #fff;
		font-size: 22px;
		line-height: 20px;
		margin-top: -10px;
		transition: all 0.2s ease-out;
	}
	.f-nav li h3{
		width: 100%;
		line-height: 20px;
		padding-bottom: 0;
		border-bottom: none;
		position: relative;
	}
	.f-nav li h3 a{
		font-size: 14px;
		font-weight: normal;
	}
	.f-nav li ul{
		display: none;
	}
	.f-nav li ul li{
		border-bottom: none;
	}
	.fnav-open .f-sub{
		display: block;
	}
	.fnav-open h3::after{
		transform: rotate(-45deg);
	}
	.f-hotline h3{
		font-size: 14px;
		padding: 5px 0;
	}
	.links-box{
		padding: 15px 0;
	}
	.links-box label{
		font-size: 14px;
	}
	.links li{
		padding-right: 15px;
	}
	.links li a{
		font-size: 12px;
	}
	.service-box::after{
		display: none;
	}
	.values-swiper{
		height: 220px;
	}
	.abtit-group{
		padding: 20px 0;
	}
	.abtit-group h3{
		font-size: 18px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.abtit-group h4{
		font-size: 14px;
	}
	.company-profile{
		font-size: 14px;
		padding-bottom: 30px;
	}
	.service-items{
		padding: 0px 0;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		margin-left: -8px;
		margin-right: -8px;
	}
	.service-items li{
		width: 50%;
		padding: 8px;
	}
	.service-items li img{
		width: 50px;
	}
	.service-items li h3{
		font-size: 16px;
		padding: 8px 0;
	}
	.service-box{
		padding-bottom: 30px;
	}
	.news-product-img{
		width: 120px;
		height: 120px;
	}
	.news-product-info{
		padding: 10px;
	}
	.news-product-info h3{
		font-size: 16px;
		padding-bottom: 8px;
	}
	.news-product-info h4{
		font-size: 12px;
		line-height: 20px;
		height: 40px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.news-product-other{
		padding-top: 10px;
	}
	.product-tit{
		padding-bottom: 20px;
	}
	.product-tit h3{
		font-size: 20px;
		padding-top: 20px;
		margin-bottom: 2px;
	}
	.product-tit h4{
		font-size: 12px;
	}
	.product-tit h3::after{
		width: 36px;
		height: 36px;
		top: 10px;
	}
	.c-tit{
		padding-bottom: 20px;
	}
	.c-tit h3{
		font-size: 20px;
		padding-top: 20px;
		margin-bottom: 2px;
	}
	.c-tit h4{
		font-size: 12px;
	}
	.capability-info li{
		padding: 15px 0;
	}
	.capability-info li h3{
		font-size: 18px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.rd-ability{
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.rd-bgc .rd-ability{
		padding: 30px 0;
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.rd-img{
		width: 100%;
		text-align: center;
	}
	.rd-img img{
		width: 80%;
	}
	.rd-info{
		width: 100%;
		padding: 15px;
	}
	.rd-info h3{
		font-size: 22px;
		margin-bottom: 15px;
		margin-top: 10px;
	}
	.cban{
		height: 200px;
	}
	.news-items-img{
		display: none;
		width: 90px;
		height: 50px;
	}
	.news-items-info h3, .news-items-desc{
		width: 100%;
		box-sizing: border-box;
		padding-right: 80px;
	}
	.news-items{
		padding: 15px 0;
	}
	.news-items:hover{
		padding: 15px 0;
		box-shadow: 0 0 0 rgba(0,0,0,0)
	}
	.news-items-info h3{
		font-size: 16px;
	}
	.news-items-desc{
		font-size: 12px;
		line-height: 22px;
		height: 44px;
	}
	.cban-tit h3{
		font-size: 24px;
	}
	.cban-tit h4{
		font-size: 14px;
		padding-bottom: 10px;
	}
	.cban-tit p{
		font-size: 14px;
	}
	.news-items-info .date{
		font-size: 12px;
		color: #999;
		top: 10px;
	}
	.news-items-info .date span{
		font-size: 16px;
	}
	.news-items-more a{
		font-size: 12px;
	}
	.business,.business-bgc .business{
		padding: 15px 0;
	}
	.business-info h3{
		font-size: 20px;
	}
	.business-info h3 img{
		width: 30px;
		height: 30px;
		margin-right: 5px;
	}
	.cases-list{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		margin-left: -8px;
		margin-right: -8px;
	}
	.cases-list li{
		width: 50%;
		box-sizing: border-box;
		padding: 8px;
		font-size: 12px;
	}
	.cases-list li h3{
		font-size: 16px;
		margin: 8px 0 5px 0;
	}
	.technical-list{
		margin-left: 0px;
		margin-right: 0px;
	}
	.technical-list li{
		width: 100%;
		padding: 8px 0;
	}
	.lectures-info{
		padding: 15px 10px 15px 80px;
	}
	.lectures-info h3{
		font-size: 16px;
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
	.lectures-info .date{
		left: 10px;
		width: 60px;
		font-size: 12px;
	}
	.lectures-info .date span{
		font-size: 22px;
	}
	.data-list{
		margin-left: 0px;
		margin-right: 0px;
		padding: 10px 0;
	}
	.data-list li{
		width: 100%;
		padding: 0 0;
	}
	.data-info{
		padding: 15px 0;
	}
	.contact-info{
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 30px;
	}
	.contact-info li{
		width: 100%;
		padding: 8px 0;
	}
	.map-box{
		padding-bottom: 30px;
	}
	.hot-tel{
		padding-top: 15px;
	}
	.hot-tel span{
		font-size: 22px;
	}
	.contact-txt h3{
		padding: 10px 0;
	}
	.jobs-top{
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		position: relative;
		padding: 15px;
	}
	.jobs-tit{
		width: 80%;
		font-size: 12px;
	}
	.jobs-top .arrow{
		position: absolute;
		top: 50%;
		right: 15px;
	}
	.jobs-tit h3{
		font-size: 16px;
		padding-bottom: 5px;
	}
	.jobs-occ{
		font-size: 14px;
		padding-top: 3px;
	}
	.jobs-info{
		font-size: 14px;
	}
	.jobs-list li{
		padding: 8px 0;
	}
	.bus-fw{
		padding: 15px 0;
		margin-left: -8px;
		margin-right: -8px;
	}
	.bus-fw li{
		width: 50%;
		padding: 15px 8px;
		border-bottom: 1px solid #eee;
	}
	.fw-tit{
		color: #333;
		line-height: 16px;
		height: 36px;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.fw-tit img{
		float: left;
		margin-right: 10px;
		width: 36px;
		height: 36px;
	}
	.fw-tit h3{
		font-size: 14px;
		padding: 2px 0;
	}
	.fw-info{
		font-size: 12px;
	}
	.EC-list li{
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		padding: 15px 0;
	}
	.EC-img{
		width: 100%;
		margin-left: 0;
		height: 212px;
		margin-bottom: 15px;
	}
	.EC-info h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.news-title-group{
		padding: 30px 0 15px 0;
		font-size: 12px;
	}
	.news-title-group h2{
		font-size: 18px;
		padding-bottom: 10px;
	}
	.news-details{
		padding: 20px 0;
		font-size: 14px;
	}
	.relevant{
		padding: 15px 0;
		font-size: 12px;
	}
	.new-products-info{
		flex-direction: column;
		-webkit-flex-direction: column;
		padding: 15px 0;
	}
	.new-products-txt{
		padding: 10px 0;
		font-size: 14px;
	}
	.new-products-img{
		width: 280px;
		height: 280px;
		margin-bottom: 15px;
	}
	.new-products-txt h3{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.new-products-details{
		padding: 20px 0;
	}
	.xp-tit{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.xp-tit span{
		font-size: 16px;
	}
	.bus-details{
		padding: 30px 15px;
		font-size: 14px;
	}
	.commerce-tit{
		font-size: 18px;
		padding: 20px 0;
	}
	.experter-list li{
		flex-direction: column;
		-webkit-flex-direction: column;
		padding: 15px 0;
	}
	.experter-info{
		padding: 15px 0;
	}
	.experter-info h3{
		font-size: 20px;
	}
	.values-tit h4{
		font-size: 14px;
		font-weight: lighter;
	}
	.values-tit h3{
		font-size: 20px;
		padding-top: 15px;
		font-weight: lighter;
	}
	.new-items{
		flex-direction: column;
	}
	.new-items .yanfa-info{
		width: 100%;
		padding: 30px 0 10px 0;
	}
	.new-product-swiper{
		width: 100%;
	}
}
.contact-info li {
	position: relative;
	z-index: 0;
}





.contact-info li {
	position: relative;
	z-index: 0;
}

.wximg {
	opacity: 0;
	position: absolute;
	bottom: 90%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
	z-index: 1;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	visibility: hidden;
	transition: all 0.3s ease-out;
}

.contact-info li:hover .wximg {
	opacity: 1;
	z-index: 1;
	visibility: visible
}

.map-box {
	height: 600px;
}

@media (max-width: 992px) {
	.map-box {
		height: 460px;
	}
}

@media (max-width: 480px) {
	.map-box {
		height: 300px;
	}
}

.product-tab-box {
	border-bottom: 1px solid #dcdcdc;
}

.product-tab {
	margin-top: -23px;
}

	.product-tab li a {
		display: block;
		padding: 16px 12px;
		cursor: pointer;
		font-size: 16px;
		position: relative;
		white-space: nowrap;
	}

	.product-tab .active a {
		color: #1764da;
	}

		.product-tab .active a::after {
			content: '';
			width: 100%;
			height: 2px;
			background: #1764da;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 1;
		}

@media (max-width: 1024px) {
	.product-tab {
		margin-top: 0px;
	}
}

@media (max-width: 992px) {
	.product-tab {
		margin-top: 10px;
	}

	.product-tab-box .htab-scroll {
		overflow-x: scroll;
		width: 100%;
	}

	.product-tab-box {
		position: relative;
	}

		.product-tab-box::after {
			content: '›';
			position: absolute;
			top: 50%;
			right: -1px;
			z-index: 1;
			width: 24px;
			height: 24px;
			font-size: 24px;
			background: #fff;
			margin-top: -10px;
			text-align: center;
			line-height: 24px;
		}
}

@media (max-width: 480px) {
	.product-tab {
		margin-top: 0px;
	}

		.product-tab li a {
			font-size: 12px;
			padding: 10px;
		}

	.product-tab-box::after {
		margin-top: -14px;
	}
}

.honor-show {
	display: none;
}

.honor-ctit {
	border-bottom: 1px solid #e5e5e5;
	padding: 6px 0;
}

	.honor-ctit h3 {
		font-size: 22px;
		color: #252525;
		margin-bottom: 4px;
	}

	.honor-ctit p {
		font-size: 16px;
		color: #909497;
		text-transform: uppercase;
	}

.honor-list {
	overflow: hidden;
	padding: 60px 0;
	margin-left: -15px;
	margin-right: -15px;
}

	.honor-list li {
		width: 25%;
		float: left;
		padding: 15px;
	}

		.honor-list li:nth-child(4n) {
			margin-right: 0;
		}

.honor-pic {
	display: block;
	background: url(../images/honorbg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

	.honor-pic img {
		width: 100%;
		height: 100%;
	}

.honor-list li h3 {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 12px;
	width: 100%;
}

.honor-list li:hover h3 {
	color: #1764da;
}

@media (max-width: 1024px) {
	.honor-list {
		padding: 20px 0;
	}
}

@media (max-width: 992px) {
	.honor-list {
		padding: 10px 0;
	}

	.honor-pic {
		padding: 8px;
	}
}

@media (max-width: 480px) {
	.honor-list {
		margin-left: -8px;
		margin-right: -8px;
	}

		.honor-list li {
			width: 50%;
			padding: 8px;
		}

			.honor-list li h3 {
				font-size: 12px;
			}

	.honor-ctit h3 {
		font-size: 16px;
	}

	.honor-ctit p {
		font-size: 12px;
	}
}


